home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
applications
/
wp
/
macro28.lha
/
Macro
/
MPascal
/
errors.ged
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-12
|
341 b
|
23 lines
/*
** $VER: errors 0.001 (10 Sep 1994) ***
**
** (c) © 1994 Oliver Clouth
**
*/
host = ADDRESS() /* get GED's port */
IF show('p', 'MPASCAL') THEN
do
ADDRESS MPASCAL
"errors"
end
else
do
ADDRESS (host)
'REQUEST BODY "Couldn''t launch MPascal ?!"'
end
EXIT